Delete Method (Fields Collection)
The Delete
method deletes all user-defined fields of the Fields collection object.
Syntax
objFieldsColl.Delete
Parameters
objFieldsColl
Required. The
Fields collection object.
Remarks
The Delete
method deletes all user-defined fields and all fields considered optional by
the underlying provider.
Be cautious
using the Delete method with a collection, since it deletes all the
collection s member objects. To delete only one Field Object
The effect of
the Delete method is not permanent until you use the Update
method on the parent object containing the Fields collection, or the Send